'Declaration
Public Overloads Overrides NotOverridable Sub CopyTo( _ ByVal array() As DbBatchCommand, _ ByVal arrayIndex As Integer _ )
public override void CopyTo( DbBatchCommand[] array, int arrayIndex )
public procedure CopyTo( array: DbBatchCommandarray of; arrayIndex: Integer ); override;
public override function CopyTo( array : DbBatchCommand[], arrayIndex : int );
public: void CopyTo( DbBatchCommand*[]* array, int arrayIndex ) override
Parameters
- array
- The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.